-
-
Notifications
You must be signed in to change notification settings - Fork 170
uefi-raw: Add binding for EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL #1658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
No idea what the CI is complaining about, tbh. I'm still quite unsure about how we should handle |
7357644
to
4adcc5c
Compare
Currently just a couple minor clippy things, add
Yep, when in doubt let's go with |
397aafc
to
4dd2a16
Compare
The error reporting of the |
Ah sorry I missed that error. It's because you're using a Rust enum, which is not quite compatible with a C enum (because it's undefined behavior to create a Rust enum from an invalid value). This can be fixed by using the (I put up #1660 to improve this error message.) |
6fd55f5
to
45b4059
Compare
Oof, that's embarrassing, the last merge request was only a few weeks ago and I've already forgotten about it. I needed some iterations for the addressing stuff ( |
497dbf1
to
6f20e03
Compare
c59b71f
to
568725f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, but needs a git conflict resolved
Checklist